/*html{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
body{
	font-family: Microsoft YaHei !important;
}
.banner{
  	margin-top: 80px;
	background-repeat: no-repeat;
}
a:hover {
  text-decoration: none;
}

.container {
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.mobile-header {
  display: none;
}

.w {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background-color: #ffffff;
  line-height: 80px;
  z-index: 10;
}
.pc-header .w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pc-header .w .logo {
  height: 60px;
}
.pc-header .w .logo .logo-img {
  height: 60px;
}
.pc-header .w .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}
.pc-header .w .menu .menu-item {
  position: relative;
  margin: 0 10px;
}
.pc-header .w .menu .menu-item:before {
  content: "";
  display: none;
  width: 40%;
  height: 2px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
}
.pc-header .w .menu .menu-item:hover:before {
  display: block;
}
.pc-header .w .menu .menu-item:hover .submenu-wrap {
  display: block;
}
.pc-header .w .menu .menu-item .menu-item-link {
  display: block;
  padding: 0 20px;
  color: #444444;
  font-weight: bold;
}
/*.pc-header .w .menu .menu-item:hover .menu-item-link {
  opacity: 1;
}*/
.pc-header .w .menu .menu-item .submenu-wrap {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu .menu-item {
  font-size: 14px;
  line-height: 30px;
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu .menu-item  .menu-item-link {
  color: #ffffff;
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu .menu-item:before {
  display: none;
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu .menu-item:hover .menu-item-link {
  text-decoration: underline;
}

.pc-footer {
  box-sizing: border-box;
  padding: 20px 0 0;
  background-color: #333333;
}
.pc-footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pc-footer .footer-top .fl {
  max-width: 650px;
}
.pc-footer .footer-top .fl .footer-nav {
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
}
.pc-footer .footer-top .fl .footer-nav h2 {
  float: left;
  margin: 0 60px 0 0;
  line-height: 1.8;
  color: #e8e8e8;
}
.pc-footer .footer-top .fl .footer-nav h2:last-child {
  margin-right: 20px;
}
.pc-footer .footer-top .fl .footer-nav h2 a {
  font-size: 14px;
  color: inherit;
}
.pc-footer .footer-top .fl .companyInfo {
  overflow: hidden;
}
.pc-footer .footer-top .fl .companyInfo p {
  float: left;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
}
.pc-footer .footer-top .fl .companyInfo p .fa {
  font-size: 16px;
  margin-right: 5px;
}
.pc-footer .footer-top .right-qr {
  text-align: center;
}
.pc-footer .footer-top .right-qr .qrcode {
  width: 100px;
}
.pc-footer .footer-top .right-qr .tel {
  font-size: 16px;
  line-height: 1.2;
  color: #dd0000;
}
.pc-footer .footer-bottom {
  margin-top: 20px;
  padding: 10px 0;
  background-color: #292929;
  font-size: 14px;
  line-height: 1.3;
  color: #7f7f7f;
  text-align: center;
}
.pc-footer .footer-bottom a {
  color: inherit;
}
.pc-footer .footer-bottom .szhscjg_logo {
  width: 48px;
  height: 42px;
}
/*# sourceMappingURL=common-pc.css.map */
